home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / comm / www / ALynx.lha / ALynx / ENV / Mosaic / mailcap next >
Text File  |  1995-06-10  |  981b  |  30 lines

  1. # This is a simple example mailcap file.
  2. # Lines starting with '#' are comments.
  3.  
  4. # N.B. That if you are running mosaic on the Workbench, you
  5. # will have to remove the PUBSCREEN=Mosaic arguments from the commands.
  6.  
  7. # Note that '%s' means 'put the datafile name here when the viewer is
  8. # executed'.
  9.  
  10. #audio/*; sys:Utilities/MultiView %s PUBSCREEN=Mosaic
  11. audio/*; rx AmiTCP:Mosaic/Rexx/mosaic_shunt.rexx %s
  12.  
  13. #image/*; sys:Utilities/MultiView %s PUBSCREEN=Mosaic
  14. image/*; rx AmiTCP:Mosaic/Rexx/mosaic_shunt.rexx %s
  15.  
  16. #hopefully do something reasonable with text files
  17. text/x-aguide; sys:Utilities/MultiView %s PUBSCREEN=Mosaic
  18. text/*; sys:utilities/more %s
  19.  
  20. # This maps MPEG video data to the viewer 'mpeg_play'.
  21. video/mpeg; mpeg_play -loop -dither ham6 %s
  22. video/*;  sys:Utilities/MultiView %s PUBSCREEN=Mosaic
  23.  
  24. #application/postscript; ghostview %s
  25. application/postscript; sys:Utilities/MultiView %s PUBSCREEN=Mosaic
  26.  
  27. application/x-dvi; xdvi %s
  28.  
  29. music/x-mod;  rx rexx:playmod.rexx %s
  30.